411. Araxis Merge File Comparison Report

Produced by Araxis Merge on 2021-05-13 09:09:23 +0000. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.

411.1 Files compared

#LocationFileLast Modified
1/Applications/Ampps/www/Porto 3.2.2/Theme Files/Magento 2.x/Porto Theme/app/design/frontend/Smartwave/porto_rtl/Smartwave_Filterproducts/web/css/source_module.less2018-01-13 21:40:42 +0000
2/Applications/Ampps/www/Porto v4.0.0/Theme Files/Magento 2.x/Porto Theme/app/design/frontend/Smartwave/porto_rtl/Smartwave_Filterproducts/web/css/source_module.less2021-03-27 08:09:08 +0000

411.2 Comparison summary

DescriptionBetween
Files 1 and 2
Text BlocksLines
Unchanged2782
Changed14211
Inserted539
Removed737

411.3 Comparison options

WhitespaceConsecutive whitespace is treated as a single space
Character caseDifferences in character case are significant
Line endingsDifferences in line endings (CR and LF characters) are ignored
CR/LF charactersNot shown in the comparison detail
Active line-pairing rules

411.4 Active regular expressions

No regular expressions were active.

411.5 Comparison detail

1 // /** 1 // /**
2 //  * Copyright © 2015 Magento. All rights reserved. 2 //  * Copyright © 2015 Magento. All rights reserved.
3 //  * See COPYING.txt for license details. 3 //  * See COPYING.txt for license details.
4 //  */ 4 //  */
5 & when (@media-common = true) { 5 & when (@media-common = true) {
6     .filterproducts.products { 6     .filterproducts.products {
7         margin: 0; 7         margin: 0;
8     } 8     }
9     .filterproduct-title { 9     p.fullwidth-filter-description {
10         background: url(../images/slider-bar.png) right no-repeat; 10         font-size: 14px;
11         font-size: 16px; 11         color: #666;
12         font-weight: 300; 12         line-height: 1.4;
13         line-height: 42px; 13     }
14         margin: 0; 14     .section-title, .slider-title,
    15     .widget .widget-title,
    16     .widget .widget-title a {
15         color: #313131; 17       color: #313131;
    18     }
    19     .slider-title, .section-title {
    20         font-size: 1.1429em;
    21         line-height: 1.4;
    22         letter-spacing: normal;
    23         font-weight: 700;
16         text-transform: uppercase; 24         text-transform: uppercase;
17         text-align: right; 25         margin-top: 0;
18          26         margin-bottom: 1.25rem;
19         .content { 27         position: relative;
20             background-color: #fff; 28 
21             padding-left: 20px; 29         .line {
22             display: inline; 30             display: block;
    31             height: 1px;
    32             position: relative;
    33             bottom: 0.65em;
    34             width: 0;
23         } 35         }
24     } 36     }
25     h3.fullwidth-filter-title { 37     .porto-products.title-border-bottom > .section-title,
26         font-size: 28px; 38     .related.products .slider-title {
27         color: #000; 39         letter-spacing: -0.01em;
28         line-height: 1.2; 40         line-height: 22px;
    41         padding-bottom: 10px;
    42         margin-bottom: 24px;
29     } 43     }
30     p.fullwidth-filter-description { 44     .porto-products.title-border-bottom, .related.products {
31         font-size: 14px; 45         .products-slider.show-dots-title-right {
32         color: #666; 46             .owl-dots {
33         line-height: 1.4; 47                 top: -52px;
    48                 
height: 32px;
34     } 49             }
35     .owl-top-narrow .owl-theme .owl-controls {    
36         position: absolute;    
37         left: 0;    
38         top: -37px;    
39         margin: 0;    
40             
41         .owl-nav [class*=owl-] {    
42             font-size: 18px;    
43             margin: 0;    
44             padding: 0;    
45         } 50         }
    51         .products-slider.show-nav-title .owl-nav {
    52             margin-top: -36px;
46     } 53         }
47     .owl-middle-narrow .owl-theme, .owl-middle-narrow.owl-theme {    
48         .owl-controls {    
49             margin: 0;    
50             position: absolute;    
51             top: 50%;    
52             right: 0;    
53             width: 100%;    
54             margin-top: -37px;    
55             visibility: hidden;    
56             opacity: 0;    
57             transition: all 0.2s;    
58             pointer-events: none;    
59     
60             .owl-dots .owl-dot {    
61                 pointer-events: all;    
62             } 54     }
    55     .porto-products.title-border-middle {
    56       >.section-title  {
    57         display: flex;
    58         flex-direction: row;
    59         flex-wrap: nowrap;
    60         align-items: center;
    61         margin-bottom: 24px;
    62         .line-l {
    63           height: 1px;
    64           position: relative;
    65           flex: 1 1 auto;
    66           min-width: 10%;
    67           background: rgba(0,0,0,.08);
63         } 68         }
64         &:hover .owl-controls { 69         .line-r {
65             opacity: 1; 70           height: 1px;
66             visibility: visible; 71           position: relative;
    72           flex: 1 1 auto;
    73           min-width: 10%;
    74           background: rgba(0,0,0,.08);
67         } 75         }
68         .owl-controls .owl-nav [class*=owl-] { 76         .inline-title{padding: 0 12px;}
69             position: absolute; 77         &.text-left {
70             font-size: 40px; 78           .line-l {display: none;}
71             pointer-events: all; 79           .inline-title{
    80             padding-left: 0;
72         } 81           }
73         .owl-prev {    
74             right: 0;    
75         } 82         }
76         .owl-next { 83         &.text-right {
77             left: 0; 84           .inline-title{
    85             padding-right: 0;
    86           }
    87           .line-r {display: none;}
    88         }
    89       }
    90       .products-slider.show-dots-title-right {
    91         .owl-dots {
    92             top: -40px;
    93             height: 32px;
    94         }
78         } 95       }
    96       .products-slider.show-nav-title .owl-nav {
    97         margin-top: -24px;
79     } 98       }
80     .owl-top-narrow .recent-posts .owl-item .item {    
81         padding-top: 10px;    
82     } 99     }
83     .owl-border-radius-7 .owl-stage-outer { 100     .porto-products.title-border-bottom>.section-title,
84         border-radius: 7px; 101     .related.products .slider-title,
    102     .porto-products.title-border-middle>.section-title .inline-title:before {
    103       border-bottom: 1px solid rgba(0,0,0,.08);
85     } 104     }
86     .owl-bottom-absolute-narrow.owl-theme .owl-controls { 105     .slider-wrapper {margin-left: -10px;margin-right: -10px;}
    106     .products-slider.owl-carousel, .slider-wrapper .products {margin: 0!important;}
    107     .porto-products.title-border-bottom .products-slider.show-dots-title-right .owl-dots,
    108     .related.products .products-slider.show-dots-title-right .owl-dots {top: -52px;height: 32px;}
    109     .products-slider.owl-carousel .product-item {padding-top: 0;padding-bottom: 0;margin-bottom: 0;}
    110     .products-slider.owl-carousel .owl-stage-outer {padding-top: 10px;margin-top: -10px;}
    111 
    112     .ajax-products{
    113       display:flex;flex-wrap: wrap;
    114       >.category-list{
    115         border-left: 1px solid #dcdcdc;
    116         padding: 0 15px;
    117         >span{
    118           font-size: 1.125rem;
    119           letter-spacing: -.01em;
    120           margin-bottom: 15px;
    121           color: #111;
    122           text-transform: uppercase;
    123           font-weight: 700;
    124           display: block;
    125           line-height: 1.4;
    126         }
    127         >ul{
    128           list-style:none;
    129           padding:0;
    130           margin-bottom: 2rem;
    131           >li{
    132             padding: 0;margin: 0;
    133             >a {
    134               text-transform: uppercase;
    135               font-size: 12px;
    136               font-weight: 600;
    137               padding: 12px 24px 12px 0;
    138               color: #111;
    139               display: block;
    140               position: relative;
    141                 &:before {
    142                 content: ''!important;
    143                 margin-left: 10px;
87         position: absolute; 144                 position: absolute;
88         right: 0; 145                 right: 0;
89         width: 100%; 146                 width: 14px;
90         bottom: 15px; 147                 height: 14px;
    148                 border: 1px solid #d6d6d6;
    149                 background: #fff;
    150                 top: 50%;
    151                 transform: translateY(-50%);
91     } 152               }
92     .small-list.products-grid { 153               &.active:after {
93         .product-item { 154                 content: '';
94             float: none; 155                 width: 8px;
95             padding: 0; 156                 height: 8px;
96             width: auto; 157                 position: absolute;
97             margin-bottom: 15px; 158                 background: #111;
98              159                 top: 50%;
99             &-info { 160                 transform: translateY(-50%);
100                 .product-item-photo { 161                 right: 3px;
101                     float: right;    
102                     width: 33.33%;    
103                     padding: 0;    
104                 } 162               }
105                 .product-item-details { 163               >span{display:inline-block}
106                     float: right; 164               &:hover{text-decoration:none}
107                     padding: 5px 0;    
108                     padding-right: 10px;    
109                     width: 66.66%;    
110                     text-align: right;    
111                 } 165             }
112                 &:after {    
113                     content: "";    
114                     display: table;    
115                     clear: both;    
116                 } 166           }
117             } 167         }
118             .product-item-name {    
119                 font-size: 12px;    
120             } 168       }
121             .product-reviews-summary { 169       >.category-detail{
122                 background-image: none; 170         position: relative;
    171         padding-right: 4vw;
    172         padding-left: 0;
    173         margin-bottom: 50px;
    174         letter-spacing: -.025em;
    175         min-height: 70vh;
    176         >h2{
    177           text-align:center;
    178           margin:30px 0;
    179           font-size:26px;
    180           color:#000;
    181           text-transform:uppercase;
    182           font-weight:700;
    183           letter-spacing:10px;
    184         }
    185         >.ajax_products_loader{
    186           position:absolute;
    187           right:0;
    188           top:0;
    189           width:100%;
    190           height:100%;
    191           z-index:9;
    192           background-color:rgba(255,255,255,.5);
123             } 193         }
124             .price-container .price {    
125                 font-size: 14px;    
126             } 194       }
127         } 195     }
    196     .load-more-area{
    197       text-align:center;
    198       margin:20px 0;
    199       >a{
    200         margin: 12px 40px;
    201         border: 1px solid #000;
    202         width: auto;
    203         display: inline-block;
    204         letter-spacing: .075em;
    205         color: #000;
    206         padding: 18px 55px;
    207         font-size: 12px;
    208         line-height: 1.3333;
    209         text-transform: uppercase;
    210         font-weight: 700;
    211       }
128     } 212     }
129 } 213 }
130  214 
131 .media-width(@extremum, @break) when (@extremum = 'max') and (@break = @screen__m) { 215 .media-width(@extremum, @break) when (@extremum = 'max') and (@break = @screen__m) {
132     
 216   .slider-title, .section-title {
    217     .line {
    218         display: none !important;
    219     }
    220   }
    221   .ajax-products{
    222     display:block;
    223     >.category-list{
    224       border-left:0;padding:0;
    225       >ul>li{
    226         display:inline-block;
    227         margin-left:20px;
    228       }
    229     }
    230     >.category-detail{
    231       padding-top:0;
    232       min-height:70vh;
    233       padding: 0;
    234     }
    235   }
133 } 236 }